home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / gnuplsrc.zip / README < prev    next >
Text File  |  1993-03-21  |  485b  |  11 lines

  1. This directory contains beta code for the 32-bit version of gnushell.
  2. (at least, the parts of os2pm\* that have changed).
  3.  
  4. This code was compiled with GNU gcc21, which is not multithreaded.
  5. Various bits to do with memory allocation have therefore been protected
  6. against clashes with DosEnter/ExitCritSec().
  7. Also, I have no proper documentation yet on the new semaphore system,
  8. so I have had to feel my way here a bit.
  9.  
  10. A proper implementation awaits a multithreaded library.
  11.